Important: The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
ebgp: Indicates the External Border Gateway Protocol while while configuring
maximum-paths and the value should be integer between
1 and
10.
ibgp: Indicates the Internal Border Gateway Protocol while while configuring
maximum-paths and the value should be integer between
1 and
10
Important: If configured under the router-bgp-mode, multipath is enabled only for the prefixes learnt in the default-vrf. There is no support for vpnv4 prefixes even though multipath is turned on for the default-vrf.
If configured under the address-family-vrf-mode, multipath is enabled only for prefixes learnt in the vrf.
ip_address is IPV4 address in dotted desimal or IPV6 address saperated by colon.
adv_time must be an integer from 0 through 600.
route-map map_name: Specifies the route-map that contains the criteria to originate default routes.
map_name must be the name of an existing route-map in the current context.
dist_list: The name or number of an existing route-access-list.
in: Indicates that incoming advertised routes should be filtered.
out: Indicates that outgoing advertised routes should be filtered.
max-hop number: The maximum number of hops allowed to reach a neighbor.
number must be an integer from 1 through 255.
filt_list: The name of an existing AS path access list.
in: Indicates that incoming advertised routes will be filtered.
out: Indicates that outgoing advertised routes will be filtered.
max_num: Specifies the maximum number of prefixes permitted. This must be an integer from 1 through 4294967295.
threshold thresh_percent: A percentage value which specifies that when the BGP table is the specified percentage full from this peer warnings are sent to the neighbor.
thresh_percent must be an integer from 1 through 100.
warning-only: This keyword specifies that only a warning message is sent when the limit is exceeded. The neighbor connection is not reset
ip_address Disables the next hop calculation for this neighbor.
Set an password, it should be a string between
1 and
24 .
AS_num: The neighbor’s autonomous system number. must be an integer from 1 through 4294967295.
map_name: Specifies the route-map apply.
map_name must be the name of an existing route-map in the current context.
in: Indicates that the route map applies to incoming advertisements.
out: Indicates that the route map applies to outgoing advertisements.
both:Sends ctandard and extended community attributes
extended:Sends extended community attributes.
standard:Sends standard community attributes.
connect-interval connect_interval: Specifies the connect timer in seconds.
conn_time must be an integer from 0 through 65535. The default is 60 seconds.
keepalive-interval keepalive_interval : The frequency, in seconds, at which the current BGP router sends keepalive messages to its neighbor.
keep_time must be an integer from 0 through 65535. The default is 30 seconds.
holdtime-interval holdtime_interval: The interval, in seconds, the router waits for a keepalive message before declaring a neighbor dead.
hold_time must be an integer from 0 through 65535. The default is 90 seconds.
min-peer-holdtime-interval min_peer_hold_interval : Minimum acceptable hold time from peer for a keepalive message before declaring a neighbor dead.
min_peer_hold_interval must be an integer from 0 through 65535. The default is 90 seconds.
value: This must be an integer from 0 through 65535.
Specifies the IP address and netmask bits for the network to announce via BGP. ip_address is a network IP address (in dotted-decimal notation) and
mask is the number of subnet bits, representing a subnet mask in shorthand. These must be entered in the IPv4 dotted-decimal notation/subnet bits format .
map_name specifies the name of the route-map to use and must be specified as a string of 1 through 79 alphanumeric characters